home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / fe11.zip / FE.DOC next >
Text File  |  1991-04-26  |  19KB  |  441 lines

  1.  
  2.  
  3.                              FE - Fred's Editor 
  4.                              ~~~~~~~~~~~~~~~~~~
  5.     ('Fe' Also Means Faith in Spanish.  As in 'Santa Fe' - Holy Faith)
  6.  
  7.                              User Documentation
  8.  
  9.  
  10.  
  11. OVERVIEW
  12.  
  13.   Welcome to FE - Fred's Editor.  FE is a multi-document editor that uses 
  14. overlapping windows and mouse control to make it extremely easy to use. 
  15. FE also allows you to search for specific text within your documents and 
  16. includes a few nice accessories to make your life a little bit easier.  It
  17. can edit any number of files of any size and is only limited by your 
  18. computer's available memory.  FE also includes standard block, cut, copy,
  19. and paste procedures and will even allow you to undo a mistake.
  20.  
  21. MOUSE OPERATIONS
  22.  
  23.   By using a mouse you can perform operations much faster than with the
  24. keyboard.  Below is a list of standard mouse functions:
  25.  
  26.   Mouse Commands
  27. ══════════════════════╤════════════════════════════════════════════════════
  28.   Select Menu         │ Click on an item in the menu bar.
  29.   Select Menu Item    │ Click on an item in a pull-down menu.
  30.   Select Window       │ Click on any visible portion of a window.
  31.   Resize Window       │ Click and drag bottom right corner of any window.
  32.   Move Window         │ Click and drag top bar of window.
  33.   Close Window        │ Click on closer icon ( [■] Found on the top left
  34.                       │ of window)
  35.                       │
  36.   Zoom Window         │ Click on the zoomer icon (Found on the top right 
  37.               │ of the window).
  38.                       │
  39.   Scroll Down 1 line  │ Click on downward pointing arrow in bottom
  40.                       │ right-hand corner of window.
  41.                       │
  42.   Scroll Down 1 page  │ Click on right hand side of window anywhere
  43.                       │ below the current position indicator (■).
  44.                       │
  45.   Scroll Right 1 Char.│ Click on right pointing arrow in the
  46.                       │ bottom right corner of the window.
  47.                       │
  48.   Scroll Right 40     │ Click anywhere on the bottom scroller to the 
  49.                       │ right of the current position indicator.
  50.                       │
  51.   Block select        │ Position mouse cursor over the text in a window. 
  52.                       │ Next, push and hold the mouse button while dragging
  53.                       │ the mouse to the end of the block.  The highlighted
  54.                       │ text can be manipulated using the functions in the
  55.                       │ Edit Menu.
  56.                       │
  57.   Block select 1 line │ Double click on the line of text.
  58.  
  59.  
  60. KEYBOARD COMMANDS
  61.  
  62.   The keystrokes used by FE are standard Word-Star compatible keystrokes,
  63.   so if you are a user of a Borland Programming Language Product you 
  64.   should feel right at home.  Most of the keystrokes are the standard 
  65.   key with an Control sequence equivalent.
  66.   (Eg. To delete a character press the Delete key or Ctrl-G for keyboards 
  67.    that don't have a separate Delete key)
  68.  
  69.  
  70.  Insert & Delete Commands
  71. ══════════════════════╤══════════════════════
  72.  Insert mode on/off   │ Ctrl-V or Ins
  73.  Delete line          │ Ctrl-Y
  74.  Delete to end of line│ Ctrl-Q Y
  75.  Delete character left│ Ctrl-H or Backspace
  76.  Delete character     │ Ctrl-G or Del
  77.  Delete word right    │ Ctrl-T
  78.  
  79.  
  80.  
  81.  Block Commands
  82. ══════════════════════╤══════════════════════
  83.  Mark block begin     │ Ctrl-K B
  84.  Mark block end       │ Ctrl-K K
  85.  Mark single word     │ Ctrl-K T
  86.  Paste Clipboard      │ Ctrl-K C
  87.  Delete block         │ Ctrl-K Y
  88.  
  89.  
  90.  Cursor Movement Commands
  91. ═════════════════╤══════════════════════
  92.  Character left  │ Ctrl-S or Left arrow
  93.  Character right │ Ctrl-D or Right arrow
  94.  Word left       │ Ctrl-A or Ctrl-Left arrow
  95.  Word right      │ Ctrl-F or Ctrl-Right arrow
  96.  Line up         │ Ctrl-E or Up arrow
  97.  Line down       │ Ctrl-X or Down arrow
  98.  Page up         │ Ctrl-R or PgUp
  99.  Page down       │ Ctrl-C or PgDn
  100.  
  101.  
  102.  Miscellaneous Editor Commands
  103. ══════════════════════╤══════════════════════
  104.  Menu bar             │ F10
  105.  Save and edit        │ F2
  106.  New file             │ F3
  107.  Close active window  │ Alt-F3
  108.  Switch active window │ F6
  109.                       │       
  110.  Tab                  │ Ctrl-I or Tab
  111.                       │
  112.  Find                 │ Ctrl-Q F
  113.  Find & replace       │ Ctrl-Q A
  114.  Repeat last find     │ Ctrl-L
  115.  Abort operation      │ Esc
  116.  
  117.  
  118. MENUS
  119.  
  120.   To operate the pull-down menus with the KEYBOARD, just hold down the ALT
  121.   key and press the first letter of the menu you want.  Then use the arrow
  122.   keys to move up and down among the items or to switch from menu to menu.
  123.   To make a selection on the menu, simply press enter.
  124.  
  125.   To operate the pull-down menus with the MOUSE, simply click on the menu
  126.   bar item and hold the mouse button down.  If you did not let go of the 
  127.   mouse button yet, dragging the mouse up and down will allow you to 
  128.   highlight each of the items listed in the menu.  To make a selection 
  129.   release the mouse button.
  130.  
  131.  FE menu
  132.  ~~~~~~~
  133.    About FE - Displays version number and copyright info about FE.
  134.  
  135.    ASCII Table - Brings up a window containing the entire ASCII character
  136.         set and allows you, by using the mouse or arrow keys, to
  137.         obtain the decimal or hexidecimal value of the character.
  138.  
  139.    Calendar - Creates a calendar in a window and highlights todays date.  You
  140.         can select the month to view by clicking on the up and down
  141.         arrows or by pressing the up and down arrow keys.
  142.  
  143.    Calculator - This is a fully functional calculator.  If you are using a
  144.         mouse, just click the buttons as you would a regular desktop
  145.         calculator.  If you are using the keyboard, you can use the 
  146.         numeric keypad to perform the same functions.
  147.  
  148.    Video Mode - This function will only work on a computer that is equipped
  149.         with an EGA or VGA display adapter.  It switches the display
  150.         to 43/50 line text mode.
  151.  
  152.  FILE menu
  153.  ~~~~~~~~~
  154.    Open... - This menu item brings up a file selection dialog box.  You can
  155.         simply type in the complete file name of the file you wish
  156.         to open, or you can select one listed in the FILES box.  To
  157.         select one from the list, just press the TAB key then use the
  158.         arrow keys to highlight the desired file and press ENTER to 
  159.         select it.  If you are using the mouse, simply click on the
  160.         desired file then click the OK button.  An even quicker 
  161.         method with the mouse is to double-click on the desired file
  162.         name.  You can also select a directory and press enter or
  163.         click OK to change to that directory.  
  164.         
  165.         NOTE:  You can open as many files as your computer has 
  166.         memory.  You don't have to close the file you're currently 
  167.         working on to be able to open another.  The F3 key also can 
  168.         be used to bring up the file selection dialog box.
  169.  
  170.    New - This menu item opens an editor window to begin editing a new file.  
  171.         It initially gets the name [Untitled].  If you press F2 to
  172.         save it wont save as Untitled, but will ask you for the new
  173.         file name.
  174.  
  175.    Save - Will save the current file without asking you for a file name 
  176.         unless the file you editing is a new file (Untitled).  In 
  177.         the case of a new file it will bring up the SAVE AS dialog
  178.         and let you type in the new file name.
  179.  
  180.    Save As... - Brings up the file selector dialog box and asks you for a 
  181.         new file name.  You can also select an existing file or 
  182.         change to a different directory by using the FILES box as
  183.         detailed above in the OPEN menu item description.
  184.  
  185.    Print... - The print option brings up a PRINTER SETUP dialog box allowing
  186.         you to set the printer port, page length, and whether or not
  187.         to skip the page breaks between pages.  You can select the
  188.         options with the mouse by simply clicking on them.  With the
  189.         keyboard, use the tab key to switch between items and the 
  190.         space bar to select.  Then press ENTER or click OK to begin
  191.         printing.  You may abort the printing at any time by pressing
  192.         the ESC key.
  193.  
  194.    Change Dir... - This is a handy little function to change to another 
  195.         directory.  You can simply type in the new directory, or 
  196.         if you ar